home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / MiscDistributor / PB.project < prev   
Text File  |  1994-10-23  |  851b  |  30 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     OTHER_LIBS = (Media_s, MiscKit, MiscTee, NeXT_s);
  4.     CLASSES = (Group1.m, Group2.m, Group3.m, Group4.m);
  5.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  6.     H_FILES = (Group1.h, Group2.h, Group3.h, Group4.h);
  7.     INTERFACES = (Group1.nib, Group2.nib, Group3.nib, Group4.nib, MiscDistributor.nib);
  8.     IMAGES = (MiscDistributor.tiff);
  9.     OTHER_LINKED = ();
  10.     M_FILES = (MiscDistributor_main.m);
  11. };
  12. APPICON = MiscDistributor.tiff;
  13. GENERATEMAIN = YES;
  14. DOCICONFILES = ();
  15. APPCLASS = Application;
  16. MAINNIB = MiscDistributor;
  17. DOCEXTENSIONS = ();
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21.     Group4.nib;
  22.     Group2.nib;
  23.     Group1.nib;
  24.     MiscDistributor.nib;
  25.     Group3.nib;
  26. };
  27. PROJECTNAME = MiscDistributor;
  28. SYSTEMEXTENSIONS = ();
  29. LANGUAGE = English;
  30.